Make from_string('') return []. This means that it is not necessary for our
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 12 Dec 2005 16:32:19 +0000 (16:32 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 12 Dec 2005 16:32:19 +0000 (16:32 +0000)
commit6efef1afab1daf899eb718d9a04e1d4b393ee313
tree052573132a5413073fb42696bab93af87b11451e
parent3b7940ffef06b2080c6293f8020dd106ef48bb5f
Make from_string('') return [].  This means that it is not necessary for our
callers to special-case this value -- the [] is a valid sxp.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/sxp.py